home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Complete Mac Interactive
/
Macworld Complete Mac Interactive CD)(1994).iso
/
Software
/
Graphsoft
/
Arch Demo
/
Core.sit
/
MiniCad 5 Demo.rsrc
/
STR#_7013.txt
< prev
next >
Wrap
Text File
|
1994-04-15
|
158b
|
15 lines
Returns the character of the ASCII code of v.
e.g.
Chr(97) = a
Chr(65) = A
Chr(v);
Returns the ASCII code of v.
e.g.
Ord('a') = 97
Ord('A') = 65
Ord(v);